home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / popularity-contest.preinst < prev    next >
Encoding:
Text File  |  2007-02-05  |  206 b   |  11 lines

  1. #!/bin/sh
  2.  
  3.  
  4.  
  5. # older versions had popularity-contest as a conffile in a different dir, so
  6. # it won't get removed automatically.
  7. #
  8. if [ "$1" = upgrade ]; then
  9.     rm -f /etc/cron.daily/popularity-contest
  10. fi
  11.